Home > biomechZoo > Toolbox > Machine Learning > bmech_compute_features.m

bmech_compute_features

PURPOSE ^

bmech_compute_features(fld, ch, method) extracts basic statistical features from line data

SYNOPSIS ^

function event_names = bmech_compute_features(fld, ch, method)

DESCRIPTION ^

 bmech_compute_features(fld, ch, method) extracts basic statistical features from line data 

 ARGUMENTS
  fld           ...   string, folder to batch process.   
  ch            ...   string, all channel name.
  method        ...   features extraction method 'None' currently, future updates will have PCA, LDA, etc...

 RETURNS
  event_names   ...   cell array of strings, names of features extracted.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 10-Mar-2024 22:39:06 by m2html © 2005